fix(#191): remove stale REPO_DIR from harness configs#192
Conversation
Remove REPO_DIR from forge.github.runner_env in harness/code.yaml
and from forge.github.env.runner in harness/fix.yaml. Since
fullsend#2774 changed sandbox output extraction to a temp
directory, this value pointed to a stale location. The runner
(run.go) already injects the correct REPO_DIR via last-value-wins,
making the harness entries redundant and confusing.
Post-scripts (post-code.sh, post-fix.sh) are unaffected: they
default REPO_DIR with ${REPO_DIR:-repo} and receive the correct
value from the runner injection.
Closes #191
rh-hemartin
left a comment
There was a problem hiding this comment.
Blocked until fullsend-ai/fullsend#2774 gets merged.
|
/fs-review |
|
🤖 Finished Review · ✅ Success · Started 11:35 AM UTC · Completed 11:43 AM UTC |
ReviewFindingsMedium
|
|
🤖 Finished Retro · ✅ Success · Started 6:37 AM UTC · Completed 6:45 AM UTC |
Retro: PR #192 — Remove stale REPO_DIR from harness configsVerdict: Clean workflow with one missed triage step. This was a well-executed end-to-end workflow with zero rework. The triage agent produced an accurate summary with correct root cause, file identification, and proposed test. The code agent got it right on the first try — a precise 2-line deletion across Timeline
What went well
Existing issue evidence
Proposals filed |
Remove REPO_DIR from forge.github.runner_env in harness/code.yaml and from forge.github.env.runner in harness/fix.yaml. Since fullsend#2774 changed sandbox output extraction to a temp directory, this value pointed to a stale location. The runner (run.go) already injects the correct REPO_DIR via last-value-wins, making the harness entries redundant and confusing.
Post-scripts (post-code.sh, post-fix.sh) are unaffected: they default REPO_DIR with ${REPO_DIR:-repo} and receive the correct value from the runner injection.
Closes #191
Post-script verification
agent/191-remove-harness-repo-dir)ab29a63c40f2e235c8b1bdd8152d6083a0dddcc3..HEAD)